home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / theme_park_thriller.swf / scripts / DefineButton2_252 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2011-09-24  |  76b  |  6 lines

  1. on(release){
  2.    score = null;
  3.    gotoAndStop("HiScores");
  4.    play();
  5. }
  6.